home *** CD-ROM | disk | FTP | other *** search
/ Amiga Tools 5 / Amiga Tools 5.iso / grafik / 3d & render tools / irit / man / man6 / cextremes.6 < prev    next >
Text File  |  1996-07-16  |  583b  |  22 lines

  1. .TH CEXTREMES
  2.  6 "IRIT Version 6.0" 
  3. .SH NAME
  4. CEXTREMES
  5.  
  6.  
  7.  
  8.  ListType CEXTREMES( CurveType Crv, NumericType Epsilon, NumericType Axis )
  9.  
  10. Computes the extreme set of the given Crv in the given axis (1 for X,
  11. 2 for Y, 3 for Z). Since this computation is numeric, an Epsilon is
  12. also required to specify the desired tolerance. It returns a list of
  13. all the parameter values (NumericType) in which the curve takes an extreme
  14. value.
  15.  
  16. Example:
  17.  
  18.     extremes = CEXTREMES( Crv, 0.0001, 1 );
  19.  
  20. Computes the extreme set of curve crv, in the X axis, with
  21. error tolerance of 0.0001. See also CZERO.
  22.